home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
comm
/
insite.zip
/
_SETUP.1
/
inSite.exe
/
0
/
RCDATA
/
TFRMNEWFOLDER
/
TFRMNEWFOLDER.txt
Wrap
Text File
|
1997-03-29
|
932b
|
45 lines
object frmNewFolder: TfrmNewFolder
Left = 439
Top = 396
ActiveControl = edtNewDir
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = 'New Folder...'
ClientHeight = 37
ClientWidth = 301
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object btnCreateFolder: TButton
Left = 172
Top = 8
Width = 126
Height = 25
Caption = '&Create Folder'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnCreateFolderClick
end
object edtNewDir: TEdit
Left = 5
Top = 10
Width = 161
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'newdir'
end
end